CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c 链表

搜索资源列表

  1. C-language-Notepad

    0下载:
  2. C语言编写的记事本,能够实现记事本的基本功能,主要练习链表的使用-C language Notepad, Notepad can achieve the basic functions, the main use of practice list
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:3403
    • 提供者:牛志强
  1. c++

    0下载:
  2. 在线性表的实现中增加一个成员函数,实现对表中元素置逆的操作(设原链表为a1,a2,...,an 则置逆后的序列为an,...,a2,a1)。对于具有n个元素的线性表,你的算法的运行时间应为O(n),空间消耗应为O(1). 注:有对时间和空间分析的说明
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:847
    • 提供者:dgftd
  1. Dijkstra

    0下载:
  2. 计算图中两点间的最短路径,采用邻接链表存储结构.-Calculation chart the shortest path between two points using adjacent storage structure list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1996
    • 提供者:曹杨
  1. student

    0下载:
  2. 学生成绩管理系统C语言版,读写文件,链表操作,遍历-Student achievement management system for C language version, read and write documents, list operations, traverse
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:430933
    • 提供者:zxc
  1. StudentManagementSystem123

    0下载:
  2. C++链表实现学生管理系统,在win32控制台下实现学生成绩个人信息等管理工作。-C++ linked list student management system, student achievement and personal information management in the win32 console.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:311731
    • 提供者:沈宙
  1. 图书馆管理

    0下载:
  2. 图书管理 1,输入形式和输入值的范围:图书通过输入书号,书名,著者,总存量来建立一棵B-树,书号,现存量和总存量采用int 型 ,书名,著者采用20位字符串形式定义 借阅者通过输入书号,图书证号来借阅书籍,建立一条借阅者的链表来记录借阅情况 图书证号是20位的字符串 2. 输出的形式:B-树以凹入表形式显示出来,借阅者以借阅图书证号、所借图书的内容、借阅日期显示出来 3. 本程序实现对一本书的采编入库,清除库存,借阅和归还,初步实现图书管理- The books manage 1, the in
  3. 所属分类:Education soft system

    • 发布日期:2017-11-12
    • 文件大小:18409
    • 提供者:吴晓辉
  1. C实现二叉树

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:1349
    • 提供者:王国强
  1. C实现二叉树

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1349
    • 提供者:王国强
  1. Data_Struc

    0下载:
  2. 这个是严蔚敏版的数据结构上机教程中的部分源代码,都是自己写的,包括最短路径的dijkstra,floyd,最小生成树的prim,kruskal以及链表,Huffman Tree等等的c++代码-This is Yan Wei-min version of the data structure on the machine part of the tutorial source code, are written in their own, including the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:12111
    • 提供者:wang yucao
  1. Caluate

    0下载:
  2. 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non-grammar and the state machine
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:7126
    • 提供者:wuwenxi
  1. c

    0下载:
  2. 1写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。  2有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号的那位。 3编写input()和output()函数输入,输出5个学生的数据记录。 4反向输出一个链表。 5找到年龄最大的人,并输出。-1 to write a function, and the length of a string, in the main function in the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1617
    • 提供者:付博
  1. linklist

    0下载:
  2. 一个完善的C++链表,具备将数据保存为二进制文件,以及从文件读取数据并创建链表功能,可用于通常的数据存储应用。-A perfect C++ List, with the data saved as a binary file, as well as read data from the file and create a linked list function can be used for normal data storage applications.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:5339
    • 提供者:寂寞北冰洋
  1. c

    0下载:
  2. 数据结构上机实验:创建链表类,实现链表的相关操作-Data structure experiment: Create List category, the realization of the relevant operation list
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7596
    • 提供者:muyu
  1. liangbiao

    0下载:
  2. 分析了链表的基本知识,并加以实现,最终实现了其基本功能,编译运行完全正确-Analysis of the list of basic knowledge, and to be realized, the ultimate realization of its basic functions, the compiler is running entirely correct
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:275195
    • 提供者:fengfeng
  1. ds

    0下载:
  2. 数据结构的C语言实现,包括链表,堆栈,队列,哈希表,二叉树,其中哈希表经过实践可实现1秒查询100万次-Data structure of the C language, including the list, stack, queue, hash table, tree, hash table which can be achieved through practice one seconds query one million times
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11865
    • 提供者:赖泽天
  1. ShLaserShow

    2下载:
  2. 激光演示系统控制程序。通过在电脑上的一块12位的DAC板来控制振镜按照输入的图形进行振动,这样演示用的一束激光束就可以被快速运动的振镜反射往不同的方向,由于人眼的视觉暂留,就可以在幕墙上显示出所输入的画面。本软件利用OLE直接导入CorelDraw所画的图形,省去了自己去添加业余的图形制作系统,并且使用了一个自己编写的轮廓轨迹算法,使OLE所形成的位图能够转换成连续点的轨迹,坐标记录在C++ Builder提供的TList链表中。有机会的话可以把CorelDraw改成动态的Flash,以达到动态
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:402627
    • 提供者:李政
  1. C150

    1下载:
  2. C语言实用程序设计100例实例1利用库函数编写基本显示程序  实例2变量属性  实例3运算符与类型  实例4关于程序结构  实例5显示函数曲线图  实例6二分法选代的应用  实例7多变的立方体  实例8一维整型数组应用(1)  实例9一维整型数组应用(2)  实例10一维整型数组应用(3)  实例11一维整型数组应用(4)  实例12二维数组应用(1)——显示杨辉三角  实例13二维数组应用(2)——魔方阵  实例14字符数组应用(1)——逻辑
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:133519
    • 提供者:张耀
  1. 123

    0下载:
  2. 编制一个C语言成绩记录簿,每个学生信息包括:学号、姓名、C语言成绩。具体功能: 创建信息链表并以磁盘文件保存;-The preparation of a C language books accomplishments, each student information include: Student ID, name, C language performance. Specific functions: to create information linked list and sa
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1707
    • 提供者:许可佩
  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1839013
    • 提供者:ciweijsf
  1. datastruct-c

    0下载:
  2. 用C语言实现的数据结构,包括链表、图、二叉树、表等。-Implementation using C language data structures, including linked lists, maps, binary tree, and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:16300
    • 提供者:任琳
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com